Allow some numba errors on non-amd64, warn on non-x86
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Wed, 4 Nov 2020 18:36:11 +0000 (18:36 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Wed, 4 Nov 2020 18:36:11 +0000 (18:36 +0000)
commitca0fd493341c826f178a9f04273f8f6504b58dc1
tree36022781b3c65e67e4f4e736d306790316b6e41a
parent8bb2b486534cf07888b85383834fba392775a824
Allow some numba errors on non-amd64, warn on non-x86

Specifying the exception type allows only explicit errors,
not silently wrong answers

Numba has been observed to give wrong answers on mipsel,
and crash on armel (LLVM ERROR) and s390x (segfault).

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name numba_fail_32bit.patch
pandas/core/window/numba_.py
pandas/tests/groupby/transform/test_numba.py
pandas/tests/window/test_apply.py
pandas/tests/window/test_numba.py